home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / mus / play / DelfMPEG.lha / DelfMPEG / rexx / .readme next >
Text File  |  2002-10-30  |  734b  |  41 lines

  1. How to use the new ARexx interface of DelfMPEG?
  2. Here are a few example scripts, to run them from CLI use:
  3. rx <script> <parameter>
  4.  
  5.  
  6. cont
  7.     continue playback (after pause)
  8.  
  9. forward <seconds>
  10.     skip forwards inside the current file
  11.  
  12. goto <seconds>
  13.     move to a position inside the current file
  14.  
  15. info
  16.     show player status and file information
  17.  
  18. launch
  19.     launch DelfMPEG in ARexx mode (running in background)
  20.  
  21. pause
  22.     pause playback
  23.  
  24. play <filename>
  25.     play the specified file
  26.  
  27. pplay <filename>
  28.     prepare playback of the specified file (pause mode)
  29.  
  30. quit
  31.     quit DelfMPEG
  32.  
  33. rewind <seconds>
  34.     skip backwards inside the current file
  35.  
  36. stop
  37.     stop playback
  38.  
  39. vol <volume>
  40.     set playback volume (in per cent; range 0...200)
  41.